home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 1812 / 1812.xpi / chrome / colt.jar / content / colt.xul < prev    next >
Extensible Markup Language  |  2009-08-13  |  2KB  |  34 lines

  1. <?xml version="1.0"?>
  2. <!DOCTYPE overlay SYSTEM "chrome://colt/locale/colt.dtd" >
  3.  
  4. <overlay id="CLT-Overlay" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  5.  
  6. <script type="application/x-javascript" src="chrome://colt/content/colt.js"/>
  7.  
  8. <stringbundleset id="stringbundleset">
  9.     <stringbundle id="CLT-String-Bundle" src="chrome://colt/locale/colt.properties"/>
  10. </stringbundleset>
  11.  
  12. <popup id="contentAreaContextMenu">
  13.     <menu id="CLT-Context-CopyPageMenu" label="&colt.copypagemenu;" accesskey="&colt.ak.copypagemenu;" insertafter="context-sendpage">
  14.         <menupopup id="CLT-Context-CopyPageMenuPopup" onpopupshowing="objCoLT.UpdateContextSubMenu('CLT-Context-CopyPageMenuPopup', 'page')">
  15.         </menupopup>
  16.     </menu>
  17.  
  18.     <menuitem id="CLT-Context-CopyPage" label="&colt.copypageitem;" accesskey="&colt.ak.copypageitem;" insertafter="context-sendpage"
  19.               oncommand="objCoLT.CopyBoth('1', 'page');" />
  20.  
  21.     <menu id="CLT-Context-CopyBothMenu" label="&colt.copybothmenu;" accesskey="&colt.ak.copybothmenu;" insertafter="context-copylink">
  22.         <menupopup id="CLT-Context-CopyBothMenuPopup" onpopupshowing="objCoLT.UpdateContextSubMenu('CLT-Context-CopyBothMenuPopup', 'link')">
  23.         </menupopup>
  24.     </menu>
  25.     
  26.     <menuitem id="CLT-Context-CopyBoth" label="&colt.copybothitem;" accesskey="&colt.ak.copybothitem;" insertafter="context-copylink"
  27.               oncommand="objCoLT.CopyBoth('1', 'link');" />
  28.     
  29.     <menuitem id="CLT-Context-CopyLinkText" label="&colt.copylinktext;" accesskey="&colt.ak.copylinktext;"
  30.               insertafter="context-copylink" oncommand="objCoLT.CopyLinkText()" />
  31. </popup>
  32.  
  33. </overlay>
  34.